STEP 11: Let's now make our soccer ball bounce around!
The x speed of a sprite is how fast it moves horizontally. The y speed of a sprite is how fast it moves vertically.
- In the toolkit, click on and drag in Set x Speed to the bottom of your code editor.
- Click Run. You should see your soccer player bounce horizontally back and forth.
To navigate the page using the TAB key, first press ESC to exit the code editor.